Append to File
Command Prototype
File.Append(sPath,sText,sCharset)
Command Description
Append to a file, and insert the content to the end of the file without overwriting the original file content
Parameter Description
- Required Parameter
- sPath--The path to a file
- sText--The file content to write
- sCharset--The file encoding; when "auto" is passed, an encoding is automatically determined, when "ansi" is passed, ANSI encoding is used, when "utf8" is passed, utf-8 encoding is used, and when "unicode" is passed, utf-16 encoding is used